Skip to main content

NetApi

All URIs are relative to **

MethodHTTP requestDescription
netAddrsGetGET /net/addrsNet Addrs
publicMinersFailuresMinerGetGET /public/miners/failures/{miner}Get all miners
publicMinersGetGET /public/minersGet all miners
publicNetAddrsGetGET /public/net/addrsNet Addrs
publicNetPeersGetGET /public/net/peersNet Peers

netAddrsGet

Net Addrs

This endpoint is used to get net addrs

Example

 netAddrsGet

Parameters

This endpoint does not need any parameter.

Return type

array[string]

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

publicMinersFailuresMinerGet

Get all miners

This endpoint returns all miners

Example

 publicMinersFailuresMinerGet miner=value

Parameters

NameTypeDescriptionNotes
minerstringFilter by miner

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

publicMinersGet

Get all miners

This endpoint returns all miners

Example

 publicMinersGet

Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

publicNetAddrsGet

Net Addrs

This endpoint is used to get net addrs

Example

 publicNetAddrsGet

Parameters

This endpoint does not need any parameter.

Return type

array[string]

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

publicNetPeersGet

Net Peers

This endpoint is used to get net peers

Example

 publicNetPeersGet

Parameters

This endpoint does not need any parameter.

Return type

array[string]

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not Applicable
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]